翻訳と辞書
Words near each other
・ Performance report
・ Performance Research
・ Performance Review
・ Performance Rights Act
・ Performance rights organisation
・ Performance Rockin' the Fillmore
・ Performance Space 122
・ Performance status
・ Performance studies
・ Performance supervision system
・ Performance surface
・ Performance Technologies
・ Performance test (bar exam)
・ Performance testing
・ Performance Today
Performance tuning
・ Performance work statement
・ Performance Writing
・ Performance-based advertising
・ Performance-based budgeting
・ Performance-based building design
・ Performance-based inspection system
・ Performance-based logistics
・ Performance-based navigation
・ Performance-based regulation
・ Performance-based road asset management and maintenance contract
・ Performance-enhancing drugs
・ Performance-enhancing proxy
・ Performance-linked incentives
・ Performance-related pay


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Performance tuning : ウィキペディア英語版
Performance tuning

Performance tuning is the improvement of system performance. This is typically a computer systems. The motivation for such activity is called a performance problem, which can be real or anticipated. Most systems will respond to increased load with some degree of decreasing performance. A system's ability to accept higher load is called scalability, and modifying a system to handle a higher load is synonymous to performance tuning.
Systematic tuning follows these steps:
# Assess the problem and establish numeric values that categorize acceptable behavior.
# Measure the performance of the system before modification.
# Identify the part of the system that is critical for improving the performance. This is called the bottleneck.
# Modify that part of the system to remove the bottleneck.
# Measure the performance of the system after modification.
# If the modification makes the performance better, adopt it. If the modification makes the performance worse, put it back the way it was.
This is an instance of the measure-evaluate-improve-learn cycle from quality assurance.
A performance problem may be identified by slow or unresponsive systems. This usually occurs because high system loading, causing some part of the system to reach a limit in its ability to respond. This limit within the system is referred to as a bottleneck.
A handful of techniques are used to improve performance. Among them are code optimization, load balancing, caching strategy, distributed computing and self-tuning.
== Performance analysis ==
: ''See the main article at Performance analysis''
Performance analysis, commonly known as profiling, is the investigation of a program's behavior using information gathered as the program executes. Its goal is to determine which sections of a program to optimize.
A profiler is a performance analysis tool that measures the behavior of a program as it executes, particularly the frequency and duration of function calls. Performance analysis tools existed at least from the early 1970s. Profilers may be classified according to their output types, or their methods for data gathering.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Performance tuning」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.